{ "version": 4, "terraform_version": "1.7.9", "serial": 304, "lineage": "0e1517b5-c054-f749-3ba7-812434d9fffc", "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-84a1609b0f4f9aea4", "ami": "ami-1d687965", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-49f53961"], "subnet_id": "subnet-9f9bb153", "key_name": "prod-deploy-key" } } ] } ] }