{ "version": 4, "terraform_version": "1.6.8", "serial": 327, "lineage": "51e3bd02-48d5-5590-3712-c3f09e5fa31c", "outputs": { "db_endpoint": { "value": "db-4.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-e4479b0e9ba8dc9c7", "ami": "ami-0323e81e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-47d5c77b"], "subnet_id": "subnet-03ecb7a7", "key_name": "prod-deploy-key" } } ] } ] }