{ "version": 4, "terraform_version": "1.5.9", "serial": 437, "lineage": "79c60c3a-0083-513f-2885-fcbe9979f5ea", "outputs": { "db_endpoint": { "value": "db-2.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-7a18d37e05e8ab8ed", "ami": "ami-f36a1517", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a6342437"], "subnet_id": "subnet-145b7490", "key_name": "prod-deploy-key" } } ] } ] }