{ "version": 4, "terraform_version": "1.5.3", "serial": 480, "lineage": "31225aff-9c69-c953-35ba-7adfc654beb2", "outputs": { "db_endpoint": { "value": "db-2.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-26253d4d1277efb5a", "ami": "ami-56687cdc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9ccfd4fd"], "subnet_id": "subnet-e986c982", "key_name": "prod-deploy-key" } } ] } ] }