{ "version": 4, "terraform_version": "1.5.8", "serial": 140, "lineage": "6448a65f-2852-138f-c261-2c65cd04811b", "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-556c88c5cb6c10006", "ami": "ami-0e3b3ed7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0eec361e"], "subnet_id": "subnet-62b6eb1a", "key_name": "prod-deploy-key" } } ] } ] }