{ "version": 4, "terraform_version": "1.6.8", "serial": 196, "lineage": "bc735cc2-53d1-8635-b7a3-c386c37fc44d", "outputs": { "db_endpoint": { "value": "db-1.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-07423624b6f0187a7", "ami": "ami-2561552d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-08af38db"], "subnet_id": "subnet-28dfb0eb", "key_name": "prod-deploy-key" } } ] } ] }