{ "version": 4, "terraform_version": "1.8.0", "serial": 585, "lineage": "0073c75e-163f-113c-b62c-69cb09cc0269", "outputs": { "db_endpoint": { "value": "db-1.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-836378bd103a6d90a", "ami": "ami-0c880f19", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-091a1d00"], "subnet_id": "subnet-507290d2", "key_name": "prod-deploy-key" } } ] } ] }