{ "version": 4, "terraform_version": "1.6.6", "serial": 574, "lineage": "18bd83ba-1884-8cda-ea53-fa2fc6564c5a", "outputs": { "db_endpoint": { "value": "db-4.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-fa608f653f328e325", "ami": "ami-fdf9fac3", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d03908a0"], "subnet_id": "subnet-7fc1a80f", "key_name": "prod-deploy-key" } } ] } ] }