{ "version": 4, "terraform_version": "1.7.1", "serial": 283, "lineage": "113e265e-cbf1-0618-2cfc-acf99c2eeb41", "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-dbebc1ba771906d46", "ami": "ami-8f1d1f08", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-da678d14"], "subnet_id": "subnet-befe9373", "key_name": "prod-deploy-key" } } ] } ] }