{ "version": 4, "terraform_version": "1.5.5", "serial": 533, "lineage": "940c9761-b669-1519-04c9-027cae6c1418", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-96402e79431c849f1", "ami": "ami-568e9707", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a4619300"], "subnet_id": "subnet-796122da", "key_name": "prod-deploy-key" } } ] } ] }