{ "version": 4, "terraform_version": "1.5.5", "serial": 418, "lineage": "068c9872-a8d1-ed4a-c805-33d2e51d4815", "outputs": { "db_endpoint": { "value": "db-3.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-f6750521d35422c49", "ami": "ami-e937f6f8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-cc7b8c50"], "subnet_id": "subnet-c28736c6", "key_name": "prod-deploy-key" } } ] } ] }