{ "version": 4, "terraform_version": "1.5.3", "serial": 388, "lineage": "c6f5421a-8fb9-c3a5-3474-d37bc71e6687", "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-6c8036502e9455bd5", "ami": "ami-fb4541f9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d7ff27ea"], "subnet_id": "subnet-7cd05364", "key_name": "prod-deploy-key" } } ] } ] }