{ "version": 4, "terraform_version": "1.7.0", "serial": 314, "lineage": "b8a62ce4-675d-d48b-dfd1-c1c8cde53f1b", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-de2840aae83dbc5d1", "ami": "ami-5e44d66d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1fc2a665"], "subnet_id": "subnet-6b7fc51b", "key_name": "prod-deploy-key" } } ] } ] }