{ "version": 4, "terraform_version": "1.7.0", "serial": 313, "lineage": "6b673b3e-352b-4a41-063a-4a277a95ea8a", "outputs": { "db_endpoint": { "value": "db-0.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-aebbf008cbfec6a74", "ami": "ami-0620d297", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9ef9d49f"], "subnet_id": "subnet-c6cb7361", "key_name": "prod-deploy-key" } } ] } ] }