{ "version": 4, "terraform_version": "1.5.6", "serial": 306, "lineage": "0f739368-782e-3674-12a8-4d69bf212811", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-011c38cf7c77f1d37", "ami": "ami-084d94d7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b84d8d29"], "subnet_id": "subnet-d9cdf141", "key_name": "prod-deploy-key" } } ] } ] }